-
Notifications
You must be signed in to change notification settings - Fork 2
chore: debug gas usage for rollup BSN FP ops #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
I added some debug statements to print gas usage per tx, as seen for committing pub rand for 50k blocks its around 149,374 units, this is around 2.5x as compared to Babylon FP (i.e when Babylon FP submits pub rand to genesis) for 50K blocks, on mainnet it takes 62,202 units similar story for finality sigs, for rollup BSN it takes around 194,439 units as seen in above output, while on mainnet its around 108,345 almost ~1.8x |
No description provided.